Skip to content

Update rabbitmq #18760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Apr 1, 2025

Changes:

Changes:

- docker-library/rabbitmq@7f85e7e: Merge pull request docker-library/rabbitmq#763 from michaelklishin/mk-disable-erlang-snmp-app
- docker-library/rabbitmq@2e887a5: Run ./apply-templates.sh
- docker-library/rabbitmq@f69e925: Erlang/OTP: disable SNMP support
@tianon tianon requested review from LaurentGoderre and a team as code owners April 1, 2025 23:30
Copy link

github-actions bot commented Apr 1, 2025

Diff for bc2f7ca:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0a3fed0..c695cda 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,12 +4,12 @@ Builder: buildkit
 
 Tags: 3.13.7, 3.13, 3
 Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: ccb71776b16c0d07cb502988b421ec41c3bef932
+GitCommit: 2e887a55341ce61503fda52153b2b6808f539828
 Directory: 3.13/ubuntu
 
 Tags: 3.13.7-alpine, 3.13-alpine, 3-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: ccb71776b16c0d07cb502988b421ec41c3bef932
+GitCommit: 2e887a55341ce61503fda52153b2b6808f539828
 Directory: 3.13/alpine
 
 Tags: 3.13.7-management, 3.13-management, 3-management
@@ -24,12 +24,12 @@ Directory: 3.13/alpine/management
 
 Tags: 4.0.7, 4.0, 4, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: aa9c780ec9844f7dfc622b3cfd54d642d50af8f1
+GitCommit: 2e887a55341ce61503fda52153b2b6808f539828
 Directory: 4.0/ubuntu
 
 Tags: 4.0.7-alpine, 4.0-alpine, 4-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: aa9c780ec9844f7dfc622b3cfd54d642d50af8f1
+GitCommit: 2e887a55341ce61503fda52153b2b6808f539828
 Directory: 4.0/alpine
 
 Tags: 4.0.7-management, 4.0-management, 4-management, management
@@ -44,12 +44,12 @@ Directory: 4.0/alpine/management
 
 Tags: 4.1.0-beta.5, 4.1-rc
 Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: 984ba672207fd9fe228aba07a3a38a8f0a29beca
+GitCommit: 2e887a55341ce61503fda52153b2b6808f539828
 Directory: 4.1-rc/ubuntu
 
 Tags: 4.1.0-beta.5-alpine, 4.1-rc-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 984ba672207fd9fe228aba07a3a38a8f0a29beca
+GitCommit: 2e887a55341ce61503fda52153b2b6808f539828
 Directory: 4.1-rc/alpine
 
 Tags: 4.1.0-beta.5-management, 4.1-rc-management
diff --git a/rabbitmq_3-alpine/Dockerfile b/rabbitmq_3-alpine/Dockerfile
index 5abee30..8b36ade 100644
--- a/rabbitmq_3-alpine/Dockerfile
+++ b/rabbitmq_3-alpine/Dockerfile
@@ -173,6 +173,7 @@ RUN set -eux; \
 		--without-observer \
 		--without-odbc \
 		--without-reltool \
+		--without-snmp \
 		--without-ssh \
 		--without-tftp \
 		--without-wx \
diff --git a/rabbitmq_3/Dockerfile b/rabbitmq_3/Dockerfile
index cc3aae9..ce738ca 100644
--- a/rabbitmq_3/Dockerfile
+++ b/rabbitmq_3/Dockerfile
@@ -179,6 +179,7 @@ RUN set -eux; \
 		--without-observer \
 		--without-odbc \
 		--without-reltool \
+		--without-snmp \
 		--without-ssh \
 		--without-tftp \
 		--without-wx \
diff --git a/rabbitmq_4.1-rc-alpine/Dockerfile b/rabbitmq_4.1-rc-alpine/Dockerfile
index 2de1f12..d02dd45 100644
--- a/rabbitmq_4.1-rc-alpine/Dockerfile
+++ b/rabbitmq_4.1-rc-alpine/Dockerfile
@@ -173,6 +173,7 @@ RUN set -eux; \
 		--without-observer \
 		--without-odbc \
 		--without-reltool \
+		--without-snmp \
 		--without-ssh \
 		--without-tftp \
 		--without-wx \
diff --git a/rabbitmq_4.1-rc/Dockerfile b/rabbitmq_4.1-rc/Dockerfile
index 682725c..9dea7ec 100644
--- a/rabbitmq_4.1-rc/Dockerfile
+++ b/rabbitmq_4.1-rc/Dockerfile
@@ -172,6 +172,7 @@ RUN set -eux; \
 		--without-observer \
 		--without-odbc \
 		--without-reltool \
+		--without-snmp \
 		--without-ssh \
 		--without-tftp \
 		--without-wx \
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index aeaa28c..2678102 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -173,6 +173,7 @@ RUN set -eux; \
 		--without-observer \
 		--without-odbc \
 		--without-reltool \
+		--without-snmp \
 		--without-ssh \
 		--without-tftp \
 		--without-wx \
diff --git a/rabbitmq_latest/Dockerfile b/rabbitmq_latest/Dockerfile
index 32b4ac3..499061f 100644
--- a/rabbitmq_latest/Dockerfile
+++ b/rabbitmq_latest/Dockerfile
@@ -172,6 +172,7 @@ RUN set -eux; \
 		--without-observer \
 		--without-odbc \
 		--without-reltool \
+		--without-snmp \
 		--without-ssh \
 		--without-tftp \
 		--without-wx \

Relevant Maintainers:

@yosifkit yosifkit merged commit cc4b6f4 into docker-library:master Apr 1, 2025
11 checks passed
@yosifkit yosifkit deleted the rabbitmq branch April 1, 2025 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants